home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Utilities / Dial CDEF ƒ / cdef.h < prev    next >
Encoding:
Text File  |  1988-09-05  |  227 b   |  13 lines  |  [TEXT/KAHL]

  1. /*
  2.  * header for cdev.c
  3.  */
  4.  
  5. long MyControl(int varCode, ControlHandle theControl, int message, long param);
  6.  
  7. typedef enum {
  8.     CInNothing = 0,CInTitle,CInNumBox,CInDial = 129
  9. } CPartNumber;
  10.  
  11. #define kMinWid 75
  12. #define kMinHt 75
  13.